home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / tex / meta27 / mfpandor.lzh / rotext.mf < prev    next >
Text File  |  1990-11-16  |  2KB  |  39 lines

  1. %*****************************************************************************
  2. %        Copyright (c) 1989 by N. N. Billawala
  3. %*****************************************************************************
  4.  
  5.  
  6. % rotext.mf     Roman Text character set
  7.  
  8. font_coding_scheme:="TeX text";
  9.  
  10. inv_exclamation:=oct"074"; inv_question_mark:=oct"076";   
  11.  
  12. font_slant oblique;                 % TeX fontdimen 1 slant
  13. font_normal_space mono#+.3width#;   % TeX fontdimen 2 normal word space
  14. font_normal_stretch .15width#;      % TeX fontdimen 3 interword stretch
  15. font_normal_shrink .1width#;        % TeX fontdimen 4 interword shrink
  16. font_x_height xheight#;             % Tex fontdinem 5 for accents
  17. font_quad width#;                   % TeX fontdimen 6 quad width
  18. font_extra_space .1width#;          % TeX fontdimen 7 extra space(period)
  19.  
  20.  input widths                       % reference width and fitting information
  21.  input panlowers                    % (26) lowercase roman alphabet
  22.  input caps                         % (26) uppercase roman alphabet
  23.  input number                       % (10) numerals
  24.  input pangreeku                    % (11) uppercase greek
  25.  input panaccent                    % (19) accents and ligatures common in sets
  26.  input panpunct                     % (21) punctuation: common in all char sets
  27.  input punctr                       % ( 8) punctuation: for roman text set
  28.  input puncts                       % ( 2) punctuation: Spanish inverted ?!
  29.  input fligs                        % ( 5) ligatures with "f"
  30.  
  31.  input ligs                         % ligtable designations and kerning info
  32. ligtable "?": "`"=:inv_question_mark;
  33. ligtable "!": "`"=:inv_exclamation;
  34.  
  35. bye
  36.  
  37.  
  38.  
  39.